
/*@media screen and (min-width:1370px){*/
/*.r_menu {*/
/*        position: fixed;*/
/*        right: calc(50vw - 750px);*/
/*        bottom: 368px;*/
/*        width: 80px;*/
/*        background: #FFFFFF;*/
/*        border: 1px solid #ECECEC;*/
/*        border-radius: 10px;*/
/*         padding: 0 10px;*/
/*        z-index: 10;*/
/*        line-height: 1;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1370px){*/
/*.r_menu {*/
/*        position: fixed;*/
/*        right: calc(58vw - 750px);*/
/*        bottom: 368px;*/
/*        width: 80px;*/
/*        background: #FFFFFF;*/
/*        border: 1px solid #ECECEC;*/
/*        border-radius: 10px;*/
/*         padding: 0 10px;*/
/*        z-index: 10;*/
/*        line-height: 1;*/
/*    }*/
/*}*/
/*@media screen and (max-width:1280px){*/
/*    .r_menu{*/
/*        position: fixed;*/
/*        right: calc(62vw - 750px);*/
/*        bottom: 220px;*/
/*        width: 80px;*/
/*        background: #FFFFFF;*/
/*        border: 1px solid #ECECEC;*/
/*        border-radius: 10px;*/
/*         padding: 0 10px;*/
/*        z-index: 10;*/
/*        line-height: 1;*/
/*    }*/

/*}*/
/*.r_menu{*/
/*        position: fixed;*/
/*        right: 10%*/
/*        bottom: 220px;*/
/*        width: 80px;*/
/*        background: #FFFFFF;*/
/*        border: 1px solid #ECECEC;*/
/*        border-radius: 10px;*/
/*         padding: 0 10px; */
/*        z-index: 10;*/
/*        line-height: 1;*/

/*    }*/

.r_menu{
    position: fixed;
    right: calc(50vw - 750px);
    z-index: 10;


    position: fixed;
    width: 81px;
    /*height: 359px;*/
    top: 168px;
    left: 18px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    border-radius: 10px;
}
    .r_menu_li {
        position: relative;
        padding: 14px 0 13px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #ECECEC;
        cursor: pointer;
    }

    .r_menu_li_a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .r_menu_li:hover .r_menu_li_hover {
        display: block;
    }

    .r_menu_text {
        color: #666666;
        font-size: 12px;
        margin-top: 10px;
    }

    .r_menu_li:last-child {
        border-bottom: unset;
    }

    .r_menu_li_hover {
        position: absolute;
        right: 75px;
        top: 0;
        padding-right: 15px;
        display: none;
    }

    .r_menu_li_phone {
        width: 137px;
        height: 70px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        border-radius: 10px;
        padding: 10px 7px;
    }

    .r_menu_li_phone_title {
        display: flex;
        align-items: center;
    }

    .r_menu_li_phone_title div {
        width: 26px;
        height: 25px;
        background: #FF7D22;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .r_menu_li_phone_title p {
        margin-left: 9px;
        font-size: 14px;
        color: #FF7D22;
        white-space: nowrap;
    }

    .r_menu_li_phone_number {
        margin-top: 13px;
        font-size: 14px;
        color: #FF7D22;
    }

    .r_menu_li_chat {
        width: 120px;
        height: 120px;
        background: #FFFFFF;
        border: 1px solid #ECECEC;
        padding: 5px;
        border-radius: 10px;
    }

    .r_menu_li_chat img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }





.zuoce{
    width: 181px;
    height: 504.5px;
    background-image: url(/zuoce.png);
    background-size: 100% auto;
    position: fixed;
    top: 170px;
    left: 0px;
    z-index: 10;
    cursor:pointer;
    }
.zuoce png{
        width: 100%;
    }
    
@media screen and (max-width: 1400px){
    .zuoce{
        width: 149px;
        height: 414.5px;
    }
}
@media screen and (max-width: 1400px){
.chufa{
    padding: 27px 0 27px 10%;
    }
}